net/http.http2stream.cw (field)

9 uses

	net/http (current package)
		h2_bundle.go#L4512: 	cw        http2closeWaiter // closed wait stream transitions to closed state
		h2_bundle.go#L4980: 	case <-stream.cw:
		h2_bundle.go#L5542: 	st.cw.Close() // signals Handler's CloseNotifier, unblocks writes, etc
		h2_bundle.go#L5995: 	st.cw.Init()
		h2_bundle.go#L6289: 		case <-st.cw:
		h2_bundle.go#L6713: 			case <-rws.stream.cw:
		h2_bundle.go#L6732: 		cw := rws.stream.cw
		h2_bundle.go#L6967: 	case <-st.cw:
		h2_bundle.go#L6975: 	case <-st.cw: